SAP Accounts Payable System API - Implementation Template
Developer guide
This document provides information generated from the DataWeave scripts included in the project, such as function definitions, variable definitions, and data mapping tables. It can be used by developers seeking a solution to create Journal Entries and fetch payments from SAP HANA.
Module | Description |
---|---|
accountsPayable_createJournalEntryRequest | Create Journal Entry Request Mapping for SAP S/4HANA System |
accountsPayable_getPaymentsResponse |
accountsPayable_createJournalEntryRequest
Create Journal Entry Request Mapping for SAP S/4HANA System
Source:
.src/main/resources/dwl/accountsPayable_createJournalEntryRequest.dwl
accountsPayable_getPaymentsResponse
Source:
.src/main/resources/dwl/accountsPayable_getPaymentsResponse.dwl
Functions
fun camelizeKeys (data)
Function to camelize keys for a given object
param
data
- A DataWeave object with key value pairs
return - A DataWeave object with the keys that are camelized and the same values